home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12316 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: softsite.co.at!wsog
  2. Date: 19 Mar 1996 14:37:00 +0100
  3. From: wsog@softsite.co.at (Walter Sommergruber)
  4. Newsgroups: comp.lang.c++
  5. Message-ID: <65AW5as6nTB@softsite.co.at>
  6. References: <4icefb$19s@inx3.inx.net> <314EA3E7.6B2E@cmt.lpr.mail.carel.fi>
  7. Subject: Re: Can I write embedded sql in VC++
  8. X-Newsreader: XP v3.02
  9. X-Charset: ISO-8859-1
  10. Organization: Sommergruber Software & Dienstleistungen
  11.  
  12. Ari Lukumies  (aril@cmt.lpr.mail.carel.fi) wrote on 19.03.96
  13. about "Re: Can I write embedded sql in VC++":
  14.  
  15. > Vivek Casula wrote:
  16. > > Can I write embedded sql code in VC++?
  17. >
  18. > I don't think so. However, Microsoft has a package called ESQL,
  19. > but I've never checked it out thoroughly. It seems to have
  20. > something to do with SQLServer and embedded SQL.
  21.  
  22. Oh :-) I have Microsoft VC 1.52 and VC 4.0. I create some *.sqc
  23. files with embedded SQL statements, hand it over to the SQLPP
  24. program from Sybase SQL Anywhere 5.0 and this program creates
  25. *.c files from my input.
  26. The point is: you can write embedded SQL programs with every
  27. compiler because in the most cases these SQL commands are
  28. handled by a precompiler who translates the SQL commands
  29. to library calls. All you need is a precompiler and a matching
  30. library for your compiler...
  31. ---                                     Take a look at ...
  32. Walter Sommergruber                                    The Software Site
  33. email: wsog@softsite.co.at           http://www.softsite.co.at/softsite/
  34.